home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Language / Word Herd 2.0 / Word Herd 2.0 / card_71192.txt < prev    next >
Text File  |  1993-05-31  |  2KB  |  86 lines

  1. -- card: 71192 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 9653
  5. -- name: bear 1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   click at the location of card field "show"
  9. end mouseUp
  10.  
  11.  
  12. -- part 3 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=142 top=292 right=340 bottom=338
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 20
  20. -- text size: 40
  21. -- style flags: 0
  22. -- line height: 53
  23. -- part name: show
  24.  
  25.  
  26. -- part 5 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=407 top=11 right=98 bottom=499
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: sun
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   FarSun
  41. end mouseUp
  42.  
  43. on walkyTalky
  44.   global speak
  45.   put empty into card field "show" of card "bear 1"
  46.   go next
  47.   go next
  48.   wait 50
  49.   go next
  50.   play speak
  51.   wait until the sound is "done"
  52.   go prev
  53.   wait 50
  54.   go next
  55.   play speak
  56.   wait until the sound is "done"
  57.   go prev
  58.   go prev
  59.   wait 50
  60.   go card "level 2"
  61. end walkyTalky
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. -- part 6 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=425 top=285 right=342 bottom=512
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: eraser
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   put empty into card field "show"
  83.   click at the loc of card field "show"
  84. end mouseUp
  85.  
  86.